home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Macintosh / Samples / importer / IMP / IMPDll.h < prev    next >
Encoding:
Text File  |  1997-07-09  |  249 b   |  16 lines

  1. /* $Id: IMPDll.h 1.1 1996/08/06 18:41:28 DAMIEN Exp $ */
  2. //
  3. // Globals used by DLL
  4. //
  5.  
  6. #ifndef __IMPDLL__
  7. #define __IMPDLL__  
  8.  
  9. // Global variables used by the DLL
  10. extern long global_count_Obj;
  11. extern long global_count_Lock;
  12.  
  13.  
  14. #endif // __IMPDLL__
  15.  
  16.